home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #1
/
Ham Radio 2000.iso
/
ham2000
/
misc
/
rc85pr15
/
rc85.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-05-16
|
236 b
|
11 lines
echo off
rem program rc85 controller from specified file
rem
if "%1" == "" goto usage
rc85prg -v -d 898-1232 -c 655 -o 1231231234 -s rc85defs.doc %1 %2 %3 %4 %5
goto exit
:usage
echo USAGE: %0 input_file
rem C'est tout.
:exit